home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / unattended-upgrades / README < prev   
Encoding:
Text File  |  2007-04-24  |  1.2 KB  |  32 lines

  1. Unattended upgrades
  2. -------------------
  3.  
  4. This script will install security upgrades automatically and
  5. unattended. It will not install packages that require dependencies
  6. that can't be fetched from security and it will check for conffile
  7. prompts before the install and holds back the package that creates
  8. them. 
  9.  
  10. By default it will only install only from the the (Ubuntu,
  11. dapper-security) repository. This can be changed with the
  12. "Unattended-Upgrade::Allowed-Origins" apt configuration list.  It can
  13. be configured to allow any (origin, archive) combination. Those values
  14. are taken from the "Release" file on the archive server. It is
  15. recommended to use the default (only security updates from Ubuntu).
  16.  
  17. All operations will be logged in /var/log/unattended-upgrades/. This
  18. includes the dpkg output as well.
  19.  
  20. See https://wiki.ubuntu.com/AutomaticUpdates for more details about
  21. this feature.
  22.  
  23. The following configuration options are supported via the standard 
  24. apt configuration: 
  25. "APT::UnattendedUpgrades::LogDir"
  26. "APT::UnattendedUpgrades::LogFile"
  27. "Unattended-Upgrade::Allowed-Origins"
  28. "Unattended-Upgrade::Package-Blacklist"
  29. "Unattended-Upgrade::Mail"
  30. See https://wiki.ubuntu.com/AutomaticUpdates for more details about
  31. this feature.
  32.